GetValidator<T> Method

Summary

Gets the validator with the specified type.

Syntax
C#
VB
C++
public static T GetValidator<T>() 
  
Public Shared Function GetValidator(Of T As ICommandRequestValidator)() As T 
public: 
static _T^_ GetValidatorgeneric<typename T> 
();  
where T: ICommandRequestValidator 

Type Parameters

T
The type of validator to get.

Return Value

A validator of the specified type. Null if the validator is not found.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly